home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / delph / mar96 / woznf104.gif < prev   
Graphics Interchange Format  |  1996-11-16  |  7KB  |  479x356  |  4-bit (6 colors)
Labels: text | electronics | screenshot | display | software | computer icon | number
OCR: XSTRING.PAS unit Xstring; interface function FillStr (C : Char; N : Byte) : string; export; implementation function FillStr (C : Char; N : Byte) : string; { Returns a string with N characters of value C } begin FillChar (Result [ 1], N, C); Result [0] := Chr (N) ; end; end. 3: 30 Modified Insert Dllfirst >Xstring